projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c47e88
)
(XTread_socket) <LeaveNotify>: Set help_echo to nil.
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 5 Jan 2001 12:31:03 +0000
(12:31 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 5 Jan 2001 12:31:03 +0000
(12:31 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index f6405548a8ef34558a134276ac4e3624cf404ead..920ed1b4f04722c529ce0a0b2a75daf2ad81f6f9 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-10111,6
+10111,7
@@
XTread_socket (sd, bufp, numchars, expected)
int n;
XSETFRAME (frame, f);
+ help_echo = Qnil;
n = gen_help_event (bufp, numchars,
Qnil, frame, Qnil, Qnil, 0);
bufp += n, count += n, numchars -= n;